Spatial Autocorrelation

Using Moran’s I to detect local clusters

Waldo Tobler

Charles University

Heading level 1

Some text

Heading level 2

Another text

Fragment

text that fills slide

This will be vertically centered

This text is moved as well

Heading that is a question

Another text with footnote1

Fragment block

Code block

elections = gpd.read_file(
    "https://martinfleischmann.net/sds/chapter_05/data/cz_elections_2023.gpkg"
)
elections = elections.set_index("name")
elections.explore(
    "PetrPavel",
    cmap="coolwarm",
    vmin=0,
    vmax=100,
    prefer_canvas=True,
    tiles="CartoDB Positron",
)

Inline code

Text with libpysal.graph.Graph inline.

Slide with an image

Set height

Slide with an image

Automatically stretched to fill remaining space

Slide with image as background

Slide with iframe background

See docs for more

https://quarto.org/docs/presentations/revealjs/